Implements item moving from one location to another.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual void MoveItem(
	int oldIndex,
	int newIndex
)
Visual Basic
Protected Overridable Sub MoveItem ( _
	oldIndex As Integer, _
	newIndex As Integer _
)

Parameters

oldIndex
Type: System..::..Int32
newIndex
Type: System..::..Int32

See Also